Trim

Definition:

Trim(string)

 

Description:

Return a copy of the specified string with any whitespace characters at the beginning and end removed.

 

Platforms:

All

 

Parameters:

string - required

The string to be trimmed.

 

Returns:

The trimmed string.

 

Notes:

'Whitespace' includes space, tab, line feed, carriage return and new line characters.